projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41d6d0d
)
(custom-display): Use correct syntax for `supports' attributes.
author
Miles Bader
<miles@gnu.org>
Mon, 10 Jun 2002 02:51:18 +0000
(
02:51
+0000)
committer
Miles Bader
<miles@gnu.org>
Mon, 10 Jun 2002 02:51:18 +0000
(
02:51
+0000)
lisp/cus-edit.el
patch
|
blob
|
history
diff --git
a/lisp/cus-edit.el
b/lisp/cus-edit.el
index d09d39733b37bdc3fd84c9c72fafe25e2f797614..d6d82f34c2e046ed9395e950bc491e202bcbc00d 100644
(file)
--- a/
lisp/cus-edit.el
+++ b/
lisp/cus-edit.el
@@
-2631,7
+2631,7
@@
Match frames with dark backgrounds.")
(group :sibling-args (:help-echo "\
Only match frames that support the specified face attributes.")
(const :format "Supports attributes:" supports)
- (custom-face-edit :format "%n%v"))))))
+ (custom-face-edit :
inline t :
format "%n%v"))))))
;;; The `custom-face' Widget.